home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-04-03 | 782 b | 26 lines | [TEXT/MPS ] |
- void OutlineOK(DialogPtr theDialog);
- short BlessedFolder(void);
- Boolean GiveTime(unsigned long sleepTime);
- Boolean StatusWindow(char *text,short percent);
- void UpdateStatus(void);
- void CloseStatusWindow(void);
- pascal Boolean CmdKeyFilter(DialogPtr theDialog,EventRecord *theEvent,short *itemHit);
- OSErr MyIOCheck(OSErr err);
-
- Ptr MyNewPtr(Size byteCount);
- Handle MyNewHandle(Size byteCount);
- void MySetHandleSize(Handle h,Size newSize);
- void MySetPtrSize(Ptr p,Size newSize);
- OSErr MyHandToHand(Handle *theHndl);
- OSErr MyDisposPtr(Ptr thePtr);
- OSErr MyDisposHandle(Handle theHndl);
- Boolean LowMemory(void);
- OSErr MyMemErr(void);
- OSErr ReadPrefs(TPrefPtr thePrefs);
- OSErr WritePrefs(TPrefPtr thePrefs);
-
- #ifdef THINK_C
- void InitCursorCtl(long id);
- void SpinCursor(short num);
- #endif
-